@charset "utf-8";
/*-----------------------------------------------------------------
文件名称：麻山区 - 全站框架样式
-----------------------------------------------------------------*/

#container{
	text-align:left;
	width:100%;
}
/*-- 头部 --*/
#headerbj{
	width:100%;
	background:url(../images/headerbj.jpg) no-repeat top center;
	background-size:100% 150px;
}
#header{
	width:1000px;
	height:150px;
	margin:auto;
	overflow:hidden;
}
#logo{
	float:left;
	width:326px;
	height:76px;
	padding-top:34px;
	padding-left:32px;
}
ul#searchform{
	width:250px;
	float:right;
	padding-top:54px;
	padding-right:49px;
}
ul#searchform li{
	float:left;
}
ul#searchform li input.searchtext{
	width:190px;
	height:25px;
	border:2px solid #cdc98d;
	border-right:none;
	line-height:24px;
	padding-left:3px;
	float:left;
}
ul#searchform li input.searchbtn{
	width:54px;
	height:29px;
	background:url(../images/searchbtn.jpg) no-repeat;
	border:none;
	float:left;
}
/*-- 导航 --*/
#navbj{
	height:40px;
	background:url(../images/nav.jpg) repeat-x;
}
#navtab{
	width:1000px;
	margin:0 auto;
	position:relative;
	z-index:10;
}
ul#nav{
	width:630px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	text-align:center;
	top:-6px;
}
ul#nav li{
	width:105px;
	height:46px;
	font-size:16px;
	font-family:"Microsoft YaHei";
	line-height:46px;
	float:left;
}
ul#nav li a{
	width:105px;
	height:46px;
	display:block;
}
ul#nav li a:link{color:#fff;}
ul#nav li a:visited{color:#fff;}
ul#nav li a:hover{
	color:#fff;
	background:url(../images/navbg.png) no-repeat;
}
/*-- 主要内容 --*/
#main{
	width:1000px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}
/*-- 底部 --*/
#footer{
	width:100%;
	background:#f0f0f0;
	font-family:"宋体";
	border-top:2px solid #bc0001;
}
#footbox{
	width:320px;
	margin:0 auto;
	padding:20px 0px;
	overflow:hidden;
}
#footimg{
	width:50px;
	float:left;
}
#foottext{
	width:300px;
	float:left;
	text-align:left;
	color:#5c5c5c;
	padding-left:18px;
	line-height:20px;
}